func net/http.http2asciiToLower

4 uses

	net/http (current package)
		h2_bundle.go#L95: func http2asciiToLower(s string) (lower string, ok bool) {
		h2_bundle.go#L3239: 	return http2asciiToLower(v)
		h2_bundle.go#L8578: 		name, ascii := http2asciiToLower(name)
		h2_bundle.go#L8631: 		lowKey, ascii := http2asciiToLower(k)